home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / JUSTONE.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-11-24  |  1.2 KB  |  42 lines

  1. JustOne v1.3
  2. November 23, 1996
  3.  
  4. Purpose: JustOne is a component which makes it easy to limit the
  5. number of your application's instances to just one.  If a second
  6. instance of your application starts, the first instance is brought
  7. to the front and given the focus (or restored if it was minimized
  8. to an icon).  The second instance then halts.
  9.  
  10. There are two versions of JustOne, a 16 bit version for Delphi 1
  11. and a 32 bit version for Delphi 2.
  12.  
  13.      J1_16.ZIP
  14.      J1_32.ZIP
  15.  
  16. Please refer to the Help file contained in each for installation 
  17. and usage instructions.
  18.  
  19. Version 1.3 Release Notes:  
  20.  
  21. --- 32 BIT ---
  22. The purpose for release 1.3 is to correct a bug in the 32 bit
  23. version.  A problem existed if an application's title was different
  24. than the project's name.  This has now been corrected.  Some other
  25. minor code clean-up was also performed.
  26.  
  27. --- 16 BIT ---
  28. The 16 bit version is pretty much unchanged from version 1.2.
  29. The only real difference is that the HALT instruction was
  30. replaced with APPLICATION.TERMINATE.  Although there were no
  31. reported problems with using HALT, this latter method is 
  32. better coding.
  33.  
  34.  
  35. Have fun,
  36.  
  37. Steve Keyser
  38. 71214,3117 (CompuServe id)
  39. e-mail 71214.3117@compuserve.com
  40.  
  41.  
  42.